*{margin:0px;padding:0px;}body{background:#fff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}



 

@font-face {

    font-family:DIN-BOLD;

    src: url(../font/DIN-BOLD.ttf),url(../font/DIN-BOLD.woff);



}





@font-face {

  font-family: 'iconfont';

  src: url(../font/iconfont.ttf) format('truetype');

}





body{

	overflow-x: hidden;

}





.main{

	width: 1600px;

	margin:0 auto;

 

}



.head{

	position:fixed;

	left: 0;

 	transition: .3s;

	z-index: 100;

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: space-between;

	border-bottom: 1px solid #ffffff26;

	transition: 1s;

	top:0;
	
	background-color:rgba(0,0,0,0.2);

}







.head  .logo{

	margin-left: 60px;

	width: 145px;

	height: 48px;

	transition: .5s;

	background: url(../images/logo.png) no-repeat center;

}

.head .tel {

	display: flex;

	height: 80px;

	width: 242px;

	justify-content: center;

	border-left: 1px solid #ffffff26;

	border-right: 1px solid #ffffff26;

	align-items: center;

}



.head .tel  i{

	display: block;

	font-size: 30px;

	color: #fff;

	margin-right: 10px;

	transition: .5s;

}

.head .tel b{

	color: #fff;

	font-size: 24px;

	transition: .5s;

	font-weight: normal;

	font-family: 'Microsoft YaHei';

}

/*
@media screen and (-apple-system: Macintosh){

		.head .tel b{
			 font-family: 'Microsoft YaHei';
		}

}*/
.fHead{

	top: 0;

	padding: 10px 0;

	box-sizing: border-box; 

}

 

.head .right{

	display: flex;

	justify-content: space-between;

	align-items: center;

}



 

.head img{

	display: block;

}



.head  .search{

	width: 80px;

	height: 80px;

	display: flex;

	justify-content: center;

	align-items: center;

}

.head .search i{

	font-size: 30px;

	color: #fff;

	transition: .5s;

}



.search-box{

	width: 100%;

	opacity: 0;

	visibility: hidden;

	position:fixed;

	height: 100%;

	background: rgba(0, 0, 0, .8);

	width: 100%;

	left: 0;

	z-index: 100;
	top: 0;

}



.search-box  .bg{

	width: 100%;

	height: 0;

	margin-top: 80px;

	background: #F2F2F2;

	display: flex;

	overflow: hidden;

	align-items: center;

}

.search-box .bd{

	display: flex;

	width: 1200px;

	margin: 0 auto;

	align-items: center;

	border-radius: 30px;

	border: 1px solid #ccc;

	background: #fff;

	overflow: hidden;

	align-items: center;

}



.search-box input{

	width: 100%;

	border: none;

	height: 50px;

	background: #fff;

	font-size: 16px;

	padding-left: 30px;

	outline: none;

	color: #333;

	box-sizing: border-box;

}



.search-box button{

	width: 60px;

	border: none;

	height: 50px;

	cursor:pointer;

	background: none;

 

}

.search-box button i{

	font-size: 32px;

}


.banner{
	position:relative;
	z-index:96!important;
}
.in-banner{
	position:relative;
	z-index:96!important;
}
.banner  .swiper-wrapper  img{

	display: block;

	width: 100%;

}





.banner .swiper-slide{

	position: relative;

}

 

.banner .swiper-slide .main{

	position: absolute;

	top: 0;

	color: #fff;

	height: 100%;

	left: 50%;

	display: flex;

	align-items: center;

	transform: translateX(-50%);

}



.banner .swiper-slide .info .tit{

	position: relative;

	padding-bottom: 50px;

	 

}

.banner .swiper-slide .info .tit:after{

	content: "";

	width: 100px;

	height: 2px;

	position: absolute;

	left: 0;

	bottom: 0;

	background: #fff;

	opacity: 0;

	transition: all ease 2s .8s;

	transform: translateY(40px);

}

.banner .swiper-slide .info .tit p{

	color: #fff;

	position: relative;

	font-size: 30px;

	transition:all ease 2s .5s;

	opacity: 0;

	transform: translateY(40px);

	animation-delay:2s;



}



.banner .swiper-slide .info .tit  h4{

	color: #fff;

	font-size: 60px;

	transform: translateY(40px);

	font-weight: normal;

	transition:all ease 2s .7s;

	opacity: 0;

	animation-delay:2s;

	position: relative;

}



.banner .swiper-slide .info .text{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 20px;

	width:600px;

}



.banner .swiper-slide .info .text p{

	font-size: 20px;

	line-height: 30px;

	transform: translateY(40px);

	position: relative;

	opacity: 0;

 

	transition:all ease 2s 1s;

}



.banner .swiper-slide-active  .info .tit p{



	transform: translateY(0);

	opacity: 1;

}



.banner .swiper-slide-active .info .tit:after{

	transform: translateY(0);

	opacity: 1;

}



.banner .swiper-slide-active  .info .tit h4{



	transform: translateY(0);

	opacity: 1;

}



.banner .swiper-slide-active .info .text p{

	transform: translateY(0);

	opacity: 1;

}

.pcbanner {

	transition: 1s;



}



.banner  .main{

	position: relative;

}

.banner .swiper-button-next, .banner .swiper-button-prev{

	display: block;

	width: 50px;

	height: 50px;

	border: 1px solid #fff;

	position: absolute;

	bottom: 50px;

	z-index: 1;

	font-size:24px;

	text-align: center;

	line-height: 50px;

	color: #fff;

}

.banner .swiper-button-next{

	right: 0;

}



.banner .swiper-button-prev{

	right: 60px;

}



.banner .swiper-button-disabled{

	opacity: .3;

}

.pcbanner  .swiper-pagination{

	display: flex;

 

	bottom:40px !important;

	position: absolute;

	z-index: 1;

	width: 1600px !important;

	left: 50% !important;

	transform: translateX(-50%);

}



.pcbanner  .swiper-pagination span{

	display: block;

	width: 10px;

	height: 10px;

	opacity: 1;

 	transition: .5s;

	border-radius: 30px;

	background: #fff;

	margin: 0 5px !important;

	position: relative;

	outline: none;

	opacity: .8;

}

.pcbanner .swiper-slide{

	background: #eee;

	position: relative;

}



.pcbanner .swiper-slide img{

	display: block;

	position:relative;

	left: 50%;

	top: 50%;

	height: 100%;

	transform: translate3d(-50%,-50%, 0px);

}

.pcbanner  .swiper-pagination .swiper-pagination-bullet-active{

 	width: 37px;

 	background: #fff;

 	opacity: 1;

}



 

 

.mbanner{

	display: none;

}



.in-banner{

	width: 100%;

	height:500px;

	overflow: hidden;

	position: relative;

}







.in-banner img{

	display: block;

	position: absolute;

	height: 100%;

	width:100%;

	left: 50%;

	top: 0;

	transform: translateX(-50%);

}

.in-banner .info{

	position: absolute;

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	z-index: 1;

	background: rgba(0,0, 0,.4);

	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

}



.in-banner .info h4{

	color: #fff;

	font-size: 36px;

}



.in-banner .info span{

	text-align: center;

	color: #fff;

	font-size: 16px;

	color: #fff;

	text-align: center;

 	margin-top: 15px;

	display: block;

}

 

.tab {

	max-width: 1120px;

	margin: 0 auto;

	height: auto;

	margin-top: 30px;

	overflow: hidden;

}

.tab ul {

	display: table;

	margin: 0 auto;

}

.tab ul li{

	float: left;

	width: 258px;

	height:60px;

 	box-sizing: border-box;

	text-align: center;

	margin-left: 10px;

	line-height:60px;

	margin-top: 10px;

	padding: 0 5px;

	box-sizing: border-box;

	background: #fff;

	border: 1px solid #ccc;

	margin-bottom: 20px;

	font-size: 18px;

}

.tab ul li a{

	display:block;

	font-size: 16px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    color: #555555;

}





.about{

	width: 100%;

	height: 850px;

	padding-top: 70px;

	box-sizing: border-box;

	background: url(../images/bg01.jpg) no-repeat center;

}



 

.about .intro{

	width: 730px;

	float: left;

}

.about .intro .tit  b{

	color: #b8b8b8;

	font-size: 62px;

	font-family: 'DIN-BOLD';

}

.about .intro .tit h4{

	color: #222222;

	font-size:42px;

}



.about .intro .info{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 40px;

	color: #666666;

	font-size: 16px;

	line-height: 28px;

	text-indent: 2em;

}



.about .intro a{

	display: block;

	width: 220px;

	height: 55px;

	background: #8C929B;

	text-align: center;

	line-height: 55px;

	color: #fff;

	font-size: 16px;

	border-radius: 10px;

	margin-top: 45px;

	transition: .5s;

}



.about  .video{

	width: 800px;

	height: 520px;

	overflow: hidden;

	float: right;

	position: relative;

}

.about  .video:after{

	content: "";

	width: 588px;

	height: 520px;

	position: absolute;

	right: 0;

	top: 0;

	background: #8C929B;

}



.about  .video div{

	width: 100%;

	height: 420px;

	position: relative;

	z-index: 10;

	top: 50%;

	transform: translateY(-50%);

}
.about .video video{
	height: 420px;
 
}
 

.about .video .play:after{
	background: none;
}
.about  .video p{

	width: 588px;

	position: absolute;

	bottom: 10px;

	right: 0;

	color: #b5b5b5;

	padding-left: 30px;

	box-sizing: border-box;

	font-size: 20px;

	text-transform: unset;

	z-index: 10;

}



.about .menu{

	float: left;

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 83px;

}



.about .menu ul{

	display: flex;

	align-items: center;

	justify-content: space-between;}

.about .menu ul li{

	width: 385px;

	height: 90px;

	padding-left: 45px;

	box-sizing: border-box;

	background: #EDEDED;

}



.about .menu ul li a{

	display: flex;

	align-items: center;

	height: 90px;

}



.about .menu ul li  i img{

	display: block;

}

.about .menu ul li i  img:last-child{

	display: none;

}



.about .menu ul li div{

	position: relative;

	padding-left: 25px;

	margin-left: 25px;

}



.about .menu ul li div:after{

	content: "";

	width: 1px;

	height: 45px;

	position: absolute;

	left: 0;

	top: 50%;

	background: #BFBFBF;

	transform: translateY(-50%);

}

.about .menu ul li h4{

	color: #333333;

	font-size: 28px;

	font-weight: normal;

}



.about .menu ul li p{

	color: #666666;

	font-size: 14px;

	margin-top: 2px;

}

.sSwiper {

	position: relative;

}



.sSwiper .hd{

	display: none;

}

.sSwiper .swiper-slide {

	position: relative;

	height: 750px;

}



.sSwiper .swiper-slide  img{

	display: block;

	height: 100%;

	position: absolute;

	left: 50%;

	transform:translateX(-50%) scale(1.05);

	transition:all ease 2s .5s;

}



.sSwiper .swiper-slide-active img{

	transform: translateX(-50%) scale(1);

}

.sSwiper .swiper-slide .main{

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

	top: 190px;

 

	height: 100%;

}

.sSwiper .swiper-slide  .tit{

	padding-bottom: 30px;

	position: relative;

}



.sSwiper .swiper-slide  .tit h4{

	color: #fff;

	font-size: 46px;

}



.sSwiper .swiper-slide  .tit:after{

	content: '';

	width: 70px;

	height: 2px;

	position: absolute;

	left: 0;

	bottom: 0;

	background: #fff;

}





.sSwiper .swiper-slide .info{

	width: 50%;

	height: auto;

	overflow: hidden;

	margin-top: 25px;

}

.sSwiper .swiper-slide .info p{

	color: #fff;

	font-size: 16px;

	line-height: 28px;

}

.sSwiper  .swiper-pagination{

	position: absolute;

	width: 1600px;

	bottom: 100px;

	z-index: 10;

	left: 50%;

	background: #FFFFFF;

	transform: translateX(-50%);

}



.sSwiper  .swiper-pagination {

	display: flex;

	justify-content: center;

}



.sSwiper  .swiper-pagination span{

	width: 100%;

	display: flex;

	align-items: center;

	padding: 20px 0;

	box-sizing: border-box;

	justify-content: center;

	position: relative;

}





.sSwiper  .swiper-pagination span:after{

	content: "";

	width: 1px;

	height: 100%;

	position: absolute;

	right: 0;

	top: 0;

	background: #EAEAEA;

}



.sSwiper  .swiper-pagination span:last-child:after{

	width: 0;

	height: 0;

	overflow: hidden;

}

.sSwiper  .swiper-pagination img{

	display: block;

}

.sSwiper  .swiper-pagination img:last-child{

	display: none;

}



.sSwiper  .swiper-pagination  h4:after{

	content: "";

	width: 1px;

	height: 43px;

	position: absolute;

	left: 0;

	top: 50%;

	transform: translateY(-50%);

	background: #BFBFBF;

}



.sSwiper  .swiper-pagination h4{

	color: #333333;

	font-size: 18px;

	position: relative;

	padding-left:14px;

	margin-left: 10px;

	width: 147px;

}



.sSwiper  .swiper-pagination .swiper-pagination-bullet-active {

	background: #1A4597;

}



.sSwiper  .swiper-pagination .swiper-pagination-bullet-active  h4{

	color: #fff;

}

.sSwiper  .swiper-pagination .swiper-pagination-bullet-active  i img{

	display: none;

}

.sSwiper  .swiper-pagination .swiper-pagination-bullet-active  i img:last-child{

	display: block;

}

/*.sSwiper .bd{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
}*/

.sSwiper  .swiper-button-next ,.sSwiper  .swiper-button-prev{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 100;
	left: 50%;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	cursor:pointer;
	margin-left: 650px;
}

.sSwiper  .swiper-button-next{
	margin-top: -50px;
}

.sSwiper  .swiper-button-prev{
	margin-top: 15px;
}


.sSwiper .swiper-button-disabled{
	opacity: .5;
}


.title h4{

	color: #222222;

	font-size: 34px;

	font-weight: normal;

	text-align: center;

}



.title b{

	font-weight: normal;

	color: #1a4597;

}



.title p{

	text-align: center;

	color: #666666;

	font-size: 14px;

	margin-top: 10px;

}



.product{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 75px;

}



.proSwiper{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

}



.product .swiper-wrapper{

	height: 1025px;

}



.product .swiper-slide{

	float: left;

	width: 515px;

	height: auto;

	overflow: hidden;

	background: #F3F3F3;

}

.product .swiper-slide img{

	display: block;

	width: 100%;

}



.product .swiper-slide  p{

	text-align: center;

	font-size: 20px;

	color: #555555;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	margin-top: 25px;

}



.product .swiper-slide span{

	color: #1a4597;

	font-size: 16px;

	text-align: center;

	display: block;

	margin-top: 5px;

	margin-bottom: 25px;

}

.product .swiper-pagination{

	display: flex;

	justify-content: center;

	margin-top:50px;

}



.product .swiper-pagination span{

	display: block;

	width: 30px;

	height: 10px;

	background: #999999;

	margin: 0 5px;

	border-radius: 5px;

}



.product .swiper-pagination .swiper-pagination-bullet-active{

	background: #1A4597;

}







.partner{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #E8ECF4;

	margin-top: 70px;

	padding-top: 60px;

	padding-bottom: 70px;

}



.partner ul{

	margin-top: 40px;

}



.partner ul li{

	float: left;

	width: 255px;

	height: auto;

	border: 1px solid #E5E5E5;

	box-sizing: border-box;

	margin-bottom: 15px;

	margin-left:14px;

}

.partner ul li:nth-child(6n-5){

	margin-left:0;

}



.partner ul li img{

	display: block;

	width: 100%;

}



.news{

	width: 100%;

	height: 900px;

	overflow: hidden;

	margin-top: 60px;

 

	background:url(../images/bg02.jpg) no-repeat center;

}

 



.news .current{

	width: 100%;

	margin-top: 35px;

	height: auto;

	overflow: hidden;

	border-bottom: 1px solid #DCDCDC;

	padding-bottom: 28px;

}



.news .current a{

	display: flex;

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.news .current .intro{

	width:660px;

}





.news .current .intro  span{

	color: #6e6e6e;

	font-size: 18px;

}





.news .current .intro  h4{

	width: 100%;

	color: #333333;

	font-size: 28px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    font-weight: normal;

    margin-top: 15px;

}



.news .current .intro  p{

	color: #999999;

	font-size: 16px;

	line-height: 22px;

	margin-top: 15px;

	display: -webkit-box;

	-webkit-line-clamp:2;

	-webkit-box-orient: vertical;

	overflow: hidden;



}



.news .current .intro i{

	font-style: initial;

	color: #1a4597;

	font-size: 18px;

	margin-top: 40px;

	display: block;

}





.newsSwiper{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 50px;

}





.newsSwiper .swiper-slide .time b{

	color: #6e6e6e;

	font-size: 50px;

	font-weight: normal;

}



.newsSwiper .swiper-slide .time  p{

	color: #6e6e6e;

	font-size: 18px;

}



.newsSwiper .swiper-slide   .info {

	width: 100%;

	margin-top: 30px;

}



.newsSwiper .swiper-slide   .info h4{

	width: 100%;

	color: #333333;

	font-size: 28px;

	width: 100%;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    font-weight: normal;

}







.newsSwiper .swiper-slide   .info p{

	color: #999999;

	font-size: 16px;

	line-height: 22px;

	margin-top: 20px;

	display: -webkit-box;

	-webkit-line-clamp:2;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.newsSwiper .swiper-slide   i{

	font-size: 18px;

	color: #1a4597;

	margin-top: 35px;

	font-style: initial;

	display: block;

}

.newsSwiper .swiper-pagination{

	display: flex;

	justify-content: center;

	align-items: center;

	margin-top: 60px;

}

.newsSwiper .swiper-pagination span{

	display: block;

	width: 30px;

	height: 10px;

	background: #999999;

	margin: 0 10px;

	border-radius: 5px;

}



.newsSwiper .swiper-pagination .swiper-pagination-bullet-active{

	background: #1A4597;

}





.footer{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #262626;

	padding-top: 60px;

}



.footer .main{

	display: flex;

	justify-content: space-between;

	align-items:flex-start;

}



.footer .logo{

	width: 305px;

}



.footer .logo img{

	display: block;

}



.footer .logo p{

	color: #999999;

	font-size: 15px;

	line-height: 24px;

	margin-top: 30px;

}



.footer  .menu{

	width: 872px;

	height: auto;

	overflow: hidden;

	border-left:1px solid #707070;

	border-right: 1px solid #707070;

	padding: 0 50px;

	padding-bottom:20px;

	box-sizing: border-box;

}



.footer  .menu ul {

	display: flex;

	width: 100%;

	justify-content: space-between;

}



.footer  .menu ul li a{

	color: #fff;

	font-size: 18px;

	display: block;

}

.footer  .menu ul li ul{

	display: block;

	margin-top: 10px;

}

.footer  .menu ul li ul li{

	line-height: 25px;

}



.footer  .menu ul li ul li a{

	font-size: 14px;

	display: block;

	color: #999999;

	overflow: hidden;

	 white-space: nowrap;

    text-overflow: ellipsis;

}



.footer  .intro{

	width: 320px;

	height:auto;

	overflow:hidden;

	margin-bottom:40px;

}





.footer  .intro h4{

	color: #fff;

	font-size: 18px;

}

.footer .intro p{

	color: #999999;

	font-size: 14px;

	line-height: 32px;

	margin-top: 20px;

}



.cr-box{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #262626;

	border-top: 1px solid #707070;

	box-sizing: border-box;

}

.cr-box .main{

	display: flex;

	align-items: center;

	height: 70px;

	justify-content: space-between;

}



.cr-box  p{

	color: #999999;

	font-size: 14px;

}



.cr-box  .main div{

	display: flex;

	align-items: center;

	position: relative;

}



.cr-box  .main div p:after{

	content: "";

	width: 1px;

	height: 14px;

	position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%);

	background:#707070;

}

.cr-box  .main div p{

 	position: relative;



 	padding-right: 24px;

 	margin-right: 24px;

 	box-sizing: border-box;

}



.cr-box   a{

	color: #999999;

	font-size: 14px;

}

.links{

	width: 100%;

	height: auto;

	overflow: hidden;

	border-top: 1px solid #707070;

	box-sizing: border-box;

	padding-top: 30px;

	background: #313131;

	padding-bottom: 30px;

}



.links .tit {

	display: flex;

	align-items: center;

	float: left;

}

.links .tit img{

	display: block;



}

.links .tit p{

	line-height: 30px;

	color: #888888;

	font-size: 18px;

	margin-left: 10px;

}

.links ul{

	float: left;

	width: 90%;

}

.links ul li{

	float: left;

	padding: 0 10px;

	line-height: 30px;

}



.links ul li a{

	color: #767474;

	font-size: 18px;

}

.gotop{

	width: 80px;

	height: 80px;

	background: #1A4597;

	position: fixed;

	right: 10px;

	bottom:400px;

	display: flex;

	justify-content: center;

	align-items: center;

	 cursor:hand; 

	border-radius: 10px;

}

.float-right{

	width:auto;

	height: auto;

	overflow: hidden;

	position: fixed;

	bottom: 400px;

	right: 0;

	width: 190px;

	z-index: 1000;

}

.float-right ul li{

	width: 190px;

	margin-top: 5px;

	height:auto;

	overflow: hidden;

	margin-left: 130px;

	position: relative;

	 

	transition: .5s;

 

}

 

.float-right ul li span{

	display: block;

	width: 60px;

	height: 60px;

	float: left;

	border-radius: 50%;

	border: 1px solid #E2E2E2;

	box-sizing: border-box;

}

.float-right ul li:nth-child(1):hover{

	margin-left: 0;

}

.float-right ul li:nth-child(2):hover{

	margin-left: 0;

}

.float-right ul li:nth-child(4):hover{

	margin-left: 0;

}

.float-right ul li:nth-child(2):hover img{

	height: 120px;

}

.float-right ul li p{

	float: left;

	font-size: 18px;

	color:#1A4597;

	width: 130px;

	text-align: center;

 	height: 50PX;

 

 	box-sizing: border-box;

   	line-height: 50px;

	font-weight: bold;

 

}

.float-right ul li a{

	display: block;

	line-height: 50px;

	text-align: center;

	background: #0f51bb;

	color:#fff;

	font-size: 16px;

	font-weight: bold;

}

.float-right ul li:nth-child(1) span{

	background:#FFFFFF url(../images/float01.png)no-repeat  center;



}

.float-right ul li:nth-child(2) span{

	background:#FFFFFF url(../images/float02.png)no-repeat   center;

}

.float-right ul li:nth-child(3) span{

	background:#FFFFFF url(../images/float03.png)no-repeat   center;

}

 

.float-right ul li div{

	width:130px;

	float: left;

 

	height: auto;

	overflow: hidden;

}

.float-right ul li img{

	display: block;

	width: 120px;

	height:50px;

	transition: .3s;

	float: right;

	margin: 5px;

}











.float{

	display: none;

}





.cr{

	width: 100%;

	height: 135px;

	text-align: center;

	color: #999999;

	border-top: 1px solid #6C6C6C;

	font-size: 16px;

	background: #202020;

	line-height: 135px;

	 

	

}

.cr p{

	text-align: center;

	line-height: 50px;

}



 



.fn{

	display: none;

}





.bar{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #EFF1F5;

}

.bar .main{

	display: flex;

	align-items: center;

	justify-content: space-between;

	height: 75px;

}



.bar .column{

	width: 50%;

}

.bar .column ul {

	display: flex;

	align-items: center;

}



.bar .column ul li{

	width: 135px;

	height: 45px;

	text-align: center;

	line-height: 45px;

	background: #fff;

	margin-right: 10px;

	padding: 0 10px;

	box-sizing: border-box;

}

.bar .column ul li a{

	display: block;

	color: #212529;

	font-size: 16px;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.bar .column ul  .current-cat{
	background:#1A4597;
}

.bar .column ul  .current-cat a{
	
	color:#fff;
}
.bar .swiper-scrollbar{
	display:none;
}
.crumbs{

	 

	overflow: hidden;

	display: flex;

	align-items: center;

	 

}

 

.crumbs img{

	height: 16px;

	margin-right: 7px;

}

.crumbs p{

 

	color: #999;

	font-size: 14px;

	line-height: 52px;

}

.crumbs  a{

 

	color:#999999;

	

	padding-right: 20px;

	position: relative;

	font-size: 14px;

	line-height: 52px;

}

.crumbs  a:after{

	content: ">";

	position: absolute;

	right:5px;

	top: 0;

	height: 20px;

	line-height: 20px;

	color:#999;

	display: block;

	font-size: 12px;

}

.crumbs  a:last-child{

	max-width: 150px;

}

.crumbs  a:last-child:after{

	width: 0;

	height: 0;

	overflow: hidden;

}





.crumbs div{

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    max-width:450px;

    color:#999;

}

 

 



.page{



	width: 100%;



	height: auto;



	overflow: hidden;



	margin: 50px auto;



 



}



.nav-links{

	display: flex;

	justify-content: center;

	align-items: center;

}



.nav-links a{

	margin: 0 3px;

	border: 1px solid #ccc;

	line-height: 30px;

	color: #333;

	padding: 0 10px;

}



.nav-links span{

	margin: 0 3px;

	border: 1px solid #ccc;

	line-height: 30px;

	color: #333;

	padding: 0 10px;

}



.nav-links .current{

	background: #1A4597;

	border: 1px solid  #1A4597;

	color: #fff;

}







.about-article{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: url(../images/bg03.jpg) no-repeat center;

	background-size: cover;

	min-height: 600px;

	padding: 60px 0;

	box-sizing: border-box;

}



.about-article .main{

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.about-article .intro{

	width: 780px;

	height: auto;

	overflow: hidden;

}



.about-article .intro h4{

	font-size: 28px;

	color: #333;

}



.about-article .intro .info{

	width: 100%;

	text-indent: 2em;

	font-size: 16px;

	color: #212529;

	line-height: 30px;

	margin-top: 30px;

}



.about-article .pic img{

	display: block;

	width: 100%;

}







.slogan{

	width: 100%;

	height:440px;

	overflow: hidden;

	background: url(../images/bg04.jpg) no-repeat center;

	background-size: cover;

	padding: 70px 0;

	box-sizing: border-box;

}



.slogan .tit h4{

	text-align: center;

	color: #fff;

	font-size: 28px;

	font-weight: normal;

}

.slogan  ul{

	display: flex;

	justify-content: space-between;

	align-items: center;

	margin-top:40px;

}

.slogan  ul li{

	height: 240px;

	width: 520px;

	padding: 20px;

	box-sizing: border-box;

	transition: .5s;

	border: 1px solid rgba(255,255,255,0.3);

}



.slogan ul li i{

	font-size: 40px;

	color: #fff;

	text-align: center;

	display: block;

	font-weight: normal;

	margin-top: 20px;

	transition: .5s;

}



.slogan ul li:nth-child(2) i{

	transform: rotate(-90deg);

}

.slogan  ul li h4{

	color: #fff;

	font-size: 20px;

	margin-top: 20px;

	text-align: center;

}



.slogan  ul li p{

	text-align: center;

	font-size: 14px;

	color: #fff;

	line-height: 26px;

	margin-top: 10px;

}





.slogan2{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 70px;

	margin-bottom: 70px;

}





.slogan2 .tit p{

	color: #333;

	font-size: 28px;

	text-align: center;

}



.slogan2  .bd{

	width: 100%;

	height: auto;

	overflow: hidden;

	display: flex;

	align-items: center;

	justify-content: space-between;

	background: #F5F5F5;

	margin-top: 35px;

}









.slogan2  .pic{

	width: 1120px;

	overflow: hidden;

}

.slogan2  .bd img{

	display: block;

	width: 100%;

	transition: .5s;



}





.slogan2  .bd .intro{

	width: 338px;

	height: auto;

	overflow: hidden;

	margin-right: 70px;

}



.slogan2  .bd .intro h4{

	color: #1A4597;

	font-size: 24px;

	font-weight: normal;

	width: 100%;

	padding-bottom: 20px;

	border-bottom: 1px solid #E3E3E3;

}



.slogan2  .bd .intro  p{

	font-size: 14px;

	color: #636363;

	line-height: 24px;

	margin-top: 10px;

	display: -webkit-box;

	-webkit-line-clamp:3;

	-webkit-box-orient: vertical;

	overflow: hidden;

}

.slogan2  .bd .intro a{

	display: block;

	width: 160px;

	height: 42px;

	margin-top: 30px;

	text-align: center;

	color: #fff;

	font-size: 14px;

	background: #1A4597;

	border-radius: 8px;

	line-height: 42px;

	border: 1px solid #1A4597;

	transition: .3s;

}





.culture{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 70px 0;

}



.culture .main{

	display: flex;

	justify-content: space-between;

}



.culture .left{

	width: 550px;

}

.culture .left img{

	display: block;

	width: 100%;

}

.culture .left .info{

	width: 100%;

	margin-top: 15px;

}

.culture .left .info p{

	font-size: 16px;

	line-height: 30px;

	color: #212529;

}



.culture  .right{

	width: 960px;

}

.culture  .right ul{

	width: 100%;

}



.culture  .right ul li{

	width: 49%;

	float: left;

	background: #F2F2F2;

	margin-bottom: 10px;

	padding: 32px 16px;

	box-sizing: border-box;

	padding-bottom: 15px;

}

.culture  .right ul li:nth-child(2n){

	float: right;

}



.culture  .right ul li b{

	font-size: 18px;

	color: #272727;

}



.culture  .right ul li p{

	font-size: 14px;

	color: #4E4E4E;

	margin-top: 10px;

	height: 37px;

}



.team{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 70px 0;

}

.team .tit {

	padding-bottom: 20px;

	border-bottom: 1px solid rgba(0,0,0,.1);

}

.team .tit h4{

	text-align: center;

	font-size: 26px;

	font-weight: normal;

}



.team  .bd{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 20px;

}



.team  .bd img{

	display: block;

	max-width: 100%;

	margin: 0 auto;

}



.honor{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 70px 0;

}

.honor ul li{

	float: left;

	width: 19%;

	margin-left: 1.2%;

	margin-bottom: 10px;

	border: 5px solid #E2E2E2;

	box-sizing: border-box;

}



.honor ul li:nth-child(5n-4){

	margin-left: 0;

}



.honor ul li img{

	display: block;

	width: 100%;

}



.pro-section{

	width: 100%;

	margin: 60px 0;

	margin-bottom: 80px;

	height: auto;

	overflow: hidden;

}



.pro-section .list{

	float: left;

	width: 320px;

	height: auto;

	overflow: hidden;

	background: #F5F5F5;

}

.pro-section .list .tit{

	width: 100%;

	height: 75px;

	background: #1A4597;

	padding:  0 20px;

	box-sizing: border-box;

}



.pro-section .list .tit h4{

	color: #fff;

	font-size: 35px;

	font-weight: normal;

	line-height: 75px;

}



.pro-section .list ul li{

	width: 100%;

	height: 50px;

	line-height: 50px;

	border-bottom: 1px solid #ebebeb;

	padding-left: 15px;

	box-sizing: border-box;

	transition: .5s;

}



.pro-section .list ul li a{

	display: block;

	color: #333;

	font-size: 15px;

	font-weight: bold;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.pro-section .list ul .current-cat {
	background:#1A4597;
}

.pro-section .list ul .current-cat a{
	color:#fff;
}



.pro-section  .pic{

	float: right;

	width: 1230px;

	padding: 5px;

	padding-top: 0;

	box-sizing: border-box;

}





.pro-section  .pic .tit{

	width: 100%;

	margin-bottom: 10px;

}





.pro-section  .pic .tit h4{

	color: #212529;

	font-size: 24px;

	font-weight: normal;

}

.pro-section  .pic ul li div{

	overflow: hidden;

}

.pro-section  .pic ul li img{

	width: 100%;

	display: block;

	transition: .5s;

}



.pro-section  .pic ul li{

	float: left;

	width: 290px;

	margin-left: 20px;

	background: #F6F7F7;

	margin-top: 20px;

	transition: .5s;

	border: 1px solid #F6F7F7;

	box-sizing: border-box;

}

.pro-section  .pic ul li:nth-child(4n-3){

	margin-left: 0;

}





.pro-section  .pic ul li .info{

	width: 100%;

	padding: 30px 0;

	height: 134px;

	transition: .5s;

	background: #F6F7F7;



	box-sizing: border-box;

}



.pro-section  .pic ul li h4{

	color: #333;

	font-size: 17px;

	width:90%;

	margin: 0 auto;

	height: 35px;

	line-height: 40px;

	font-weight: normal;

	 white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	transition: .5s;

	transition-property: all;

    transition-duration: 0.5s;

    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);

	position: relative;

 

}



.pro-section  .pic ul li h4:after{

	width:30%;

	transition: .5s;

	height: 1px;

	position: absolute;

	left: 0;

	bottom: 0;

	background: #F6F7F7;

	content: '';

}



.pro-section  .pic ul li p{

	width: 90%;

	margin: 0 auto;

	color: #999999;

	line-height: 22px;

	display: -webkit-box;

	-webkit-line-clamp:2;

	-webkit-box-orient: vertical;

	height: 44px;

	overflow: hidden;

	transition-property: all;

	    transition-duration: 0.5s;

	    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);

}





.page-section{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin:  50px 0;

	margin-bottom: 80px;

}

.page-section .tit {

	height: 60px;

	border-bottom: 1px solid rgba(0,0,0,.1);

}

.page-section .tit h4{

	font-size: 26px;

	text-align: center;

}



.page-section .intro{

	margin-top: 30px;

	text-indent: 2em;

	font-size: 16px;

	line-height: 30px;

}

.page-section .intro img{

	display: block;

	max-width: 100%;

	margin: 0 auto;

}

.news-list{

	width: 1600px;

	margin: 0 auto;

	height: auto;

	margin-top: 40px;

	overflow: hidden;

 

}



.cases-list{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 50px 0;

}



.cases-list ul li{

	width: 19.2%;

	float: left;

	border: 2px solid #F2F2F2;

	margin-bottom: 20px;

	margin-left: .5%;

}

.cases-list ul li img{

	display: block;

	width: 100%;

}

.cases-list ul li:nth-child(5n-4){

	margin-left:0;

}





.news-list{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 50px 0;

}





.news-list ul li{

	background: #EFF1F5;

	margin-bottom: 50px;

	height: auto;

	overflow: hidden;

	transition: all .5s ease;





}



.news-list ul li  a{

	display: flex;

	align-items: center;

	width: 100%;

	justify-content: space-between;

}



.news-list ul li img{

	display: block;

	width: 448px;

	height: 291px;

}



.news-list ul li .info{

	width: 900px;

}



.news-list ul li h4{

	font-size: 20px;

	color: #333;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	

}



.news-list ul li .info p{

	color: #666;

	font-size: 14px;

	display: -webkit-box;

	-webkit-line-clamp:2;

	-webkit-box-orient: vertical;

	overflow: hidden;

	margin-top: 10px;

	line-height: 30px;



}



.news-list ul li .time {

	margin-right: 60px;

}



.news-list ul li .time b{

	color: #666666;

	font-size: 56px;

	font-family: 'Impact';

}





.news-list ul li .time  p{

	color: #666666;

	font-size: 16px;

	font-family: 'Arial';

	font-weight: bold;

}



.cont-section{

	width: 100%;

	margin:  50px 0;

}



.cont-section .bd{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #EFF1F5;

	padding: 50px;

	display: flex;

	align-items: flex-end;

	justify-content: space-between;

	box-sizing: border-box;

}



.cont-section .intro{

	width: 450px;

	min-height: 372px;

}

.cont-section .intro h4{

	color: #2E2E2E;

	font-size: 28px;

}

.cont-section .info {

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;


}

.cont-section .info  a{
	color: #333;
}



.cont-section .info hr{

	display: block;

	border-top: 1px solid #ccc;

}

.cont-section .intro  p{

	color: #333;

	font-size: 14px;

	line-height: 30px;

}

.cont-section  .ewm {

	width: 450px;

	padding-top: 20px;

	border-top: 1px solid #CCCCCC;

}



.cont-section  .ewm  ul li{

	float: left;

	width: 130px;

	margin-right: 10px;

}



.cont-section  .ewm img{

	display: block;

	width: 100%;

}

.cont-section  .ewm  ul li p{

	text-align: center;

	font-size: 14px;

	margin-top: 10px;

}





.cont-section .mssg{

	width: 450px;

}



.cont-section .mssg .tit h4{

	font-size: 18px;

	color: #212529;

}





.cont-section .mssg .tit p{

	font-size: 15px;

	line-height: 24px;

	color: #666;

	margin-top: 5px;

}



.cont-section .mssg form{

	width: 100%;

	margin-top: 20px;

}

.cont-section .mssg form ul li{

	margin-bottom: 20px;

}

.cont-section .mssg form ul li p{

	color: #212529;

	font-size: 14px;

	margin-bottom: 10px;

	position: relative;

	display: table;

	padding-right:10px;

}

.cont-section .mssg form ul li .warn{
	background-position: 99% 8px;
}

.cont-section .mssg form ul .wInfo{

	color: red;

}

.cont-section .mssg form ul li p:after{

	content: '*';

	position: absolute;

	right: 0;

	font-size: 16px;

	line-height: 25px;

	color: #FF0000;



}

.cont-section .mssg form ul li  input{

	width: 100%;

	height: 35px;

	border: 1px solid #CED4DA;

	text-indent: 10px;

	border-radius: 3px;

}



.cont-section .mssg form ul li  input:invalid{

	    border-color: #dc3545;

    padding-right: calc(1.5em + 0.75rem);

    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);

    background-repeat: no-repeat;

    background-position: right calc(0.375em + 0.1875rem) center;

    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.cont-section .mssg form ul li textarea{

	width: 100%;

	height: 100px;

	padding-top: 10px;

	text-indent: 10px;

	border-radius: 5px;

	font-family: '微软雅黑';

	border: 1px solid #CED4DA;

}

.cont-section .mssg .button{

	width:165px;

	height: 45px;

	background: #1A4597;

	text-align: center;

	color: #fff;

	font-size: 14px;

	border-radius: 5px;

	border: 1px solid  #1A4597;

}



.map{

	width: 100%;

	height: 500px;

	position: relative;

	border-top: 1px solid #eee;

 

}







.img-list{

	width: 100%;

	height: auto;

	margin-top: 30px;

	overflow: hidden;

}

.img-list ul li{

	float: left;

 

}

.img-list ul li div{

	border: 1px solid #eee;

}

.img-list ul li img{

	display: block;

	width: 100%;

}

.img-list ul li p{

	width: 100%;

	height: 40px;

	line-height: 40px;

	color: #333;

	font-size: 16px;

	text-align: center;

	  white-space: nowrap;

    text-overflow: ellipsis;

}

.img-list ul li:nth-child(4n-3){

	margin-left: 0;

}



.news-bar{

	margin-top: 80px;

}



.news-details{

	width: 100%;

	height: auto;

	overflow: hidden;

 	padding-top: 50px;

 	padding-bottom: 50px;

	background:#EFF1F5;

}



.news-details .details{

	width: 1120px;

	height: auto;

	overflow: hidden;

	background: #fff;

	padding: 8%;

	float: left;

	box-sizing: border-box;

}



.news-details .details .tit h4{

	color: #333;

	font-size: 30px;

	border-bottom: 1px solid #DDDDDD;

	text-align: center;

	padding-bottom: 10px;

}



.news-details .details .tit{

 	width: 100%;

}



.news-details .details .tit p{

	display: flex;

	justify-content: center;

	margin-top: 10px;

}

.news-details .details .tit  span{

	color: #5A5A5A;

	font-size: 14px;

}



.news-details .details .info{

	width: 100%;

	height: auto;

	overflow: hidden;

 

	font-size: 16px;

	line-height: 30px;

	margin-top: 30px;

}

.news-details .details .info p{
	text-indent: 2em;
}


.news-details .details .info iframe{
	width: 600px !important;
	height: 400px  !important;
}

.news-details  .right{

	float: right;

	width: 400px;

	height: auto;

	padding: 35px;

	box-sizing: border-box;

	background: #fff;

	overflow: hidden;

}



.news-details  .right .tit h4{

	color: #444444;

	font-size: 20px;

}



.news-details  .right ul{

	margin-top: 20px;

}

.news-details  .right ul li{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-bottom: 10px;

}

.news-details  .right ul li img{

	display: block;

	width: 100%;

}



.news-details  .right ul li h4{

	width: 100%;

	margin-top: 10px;

	font-size: 16px;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    color: #333;

}

.news-details  .right ul li span{

	font-size: 14px;

	color: #5A5A5A;

	line-height: 30px;

}



.news-details .details img{
	display: block;
	max-width: 100%;
}

.fy{

	width: 100%;

	border-top: 1px solid #eee;

	padding-top:20px;

	margin-top: 60px;

	display: flex;

	align-items: center;

	justify-content: space-between;

}





.fy p{

	color: #333;

	font-size: 14px;

	line-height: 30px;

	  white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}



.fy p a{

	color: #333;

}





.fy .return{

	color: #333;

	font-size: 14px;

	width: 100px;

	height: 40px;

	border: 1px solid #ccc;

	text-align: center;

	line-height: 40px;

}









/* s */





.pro-details{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #F0F0F0;

	padding-bottom: 50px;

}



.pro-details .sum{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #fff;

	padding: 50px;

	box-sizing: border-box;

}

.mag{

  	width:528px;

  	height: 500px;

  	position: relative;

  	float: left;

	box-sizing: border-box;

}

.bg_left{

	width: 528px;

	height:auto;

	float: left

}

.bg_right{

	position: absolute;

	right: -535px;

	top: 0;

	z-index: 10;

}

.pro-details .show{

	width: 528px;

	height:400px;

	margin-bottom: 10px;

	position: relative;

	border:1px solid #E8E8E8;

	cursor:move;

	display: flex;

	align-items: center;

}

.pro-details .show img{

	width: 100%;

 

}

.mask{

    width: 264px;

    height: 200px;

    background: #000;

    filter: Alpha(opacity=50);

    opacity:0.5;

    position: absolute;

    top: 0;left: 0;

    display: none;

}

.bigshow{

	width: 528px;

	height: 400px;

	overflow: hidden;

	margin-left: 10px;

	display: none;

	border:1px solid #E8E8E8;

}

.bigshow img{

	width: 1056px;

	height: 800px;

	margin-right: 10px;

}

.smallshow{

	width: 100%;

	height: 70px;

	position: relative;

	background: #eee;

}

.smallshow img{

	width:100%;

	border:2px solid #e8e8e8;

	box-sizing: border-box;

	transition: all 0.5s;

}

.smallshow .middle_box {

    margin-left: 30px;

    margin-right: 30px;

    width: 470px;

    overflow: hidden;

 	

    height: 70px;

}



.smallshow .middle {

    overflow: hidden;

    transition: all 0.5s;

    height: 70px;

}



.smallshow .middle li {

    width: 83px;

    height: 70px;

    display: flex;

    align-items: center;

    float: left;

    cursor: pointer;

    padding: 0 5px;

}



.smallshow .middle li img{

	max-width: 100%;

}



.smallshow p {

    position: absolute;

    top: 0;

    height: 100%;

    display: flex;

    align-items: center;

    font-size: 16px;

    width: 30px;

    text-align: center;

    justify-content: center;

 

}



.smallshow .prev {

    left: 0;

    

    transition: all 0.5s

}



.smallshow>.next {

    right: 0;

   

    transition: all 0.5s

}



.smallshow .prev.prevnone {

    left: 0;

    

    cursor: not-allowed

}



.smallshow .next.nextnone {

    right: 0;

    

    cursor: not-allowed

}





.floatWin{

	width: 100%;

	height: 100%;

	position: fixed;

	left: 0;

	top: 0;

	display: flex;

	align-items: center;

	z-index: 100;

	background: rgba(0, 0, 0, .5);

}



.floatWin i{

	display: block;

	width: 50px;

	height: 50px;

	background: #666666 url(../images/close.png) no-repeat center;

	background-size:  auto 20px;

	border-radius: 50%;

	position: absolute;

	right: 30px;

	top: 30px;

}

.magSwiper{

	width: 600px;

	height: auto;

	position: fixed;

	left: 0;

	top: 0;

}



.magSwiper .swiper-slide{

	display: flex;

	height: 500px;

	align-items: center;

	justify-content: center;

}

.magSwiper .swiper-slide img{

	display: block;

	width: 100%;

}



.magSwiper .swiper-pagination {

	color: #fff;

	font-size: 14px;

	margin-top: 20px;

	display: flex;

	justify-content: center;

}

.magSwiper .swiper-pagination span{

	color: #fff;

	font-size: 14px;

}



.floatWin .swiper-button-next ,.floatWin .swiper-button-prev {

	position:absolute;

	display: block;

	width: 40px;

	height: 40px;

	background:#3E3E3E;

	border-radius: 50%;

	top: 50%;

}

.floatWin .swiper-button-next{

	right: 10px;

}

.floatWin .swiper-button-next:after{

	content: "→";

	position: absolute;

	right: 0;

	top: 0;

	font-size: 18px;

	color: #fff;

	display: block;

	width: 100%;

	height: 100%;

	text-align: center;

	line-height: 40px;

}

.floatWin .swiper-button-prev{

	left: 10px;

}



.floatWin .swiper-button-prev:after{

	content: "←";

	position: absolute;

	right: 0;

	top: 0;

	font-size: 18px;

	color: #fff;

	display: block;

	width: 100%;

	height: 100%;

	text-align: center;

	line-height: 40px;

}







.floatWin .swiper-button-disabled{

	opacity: .3;

}





.pro-details .sum .right{

	float: right;

	width: 900px;

}



.pro-details .sum .right .tit {

	height: 60px;

	border-bottom: 2px solid #333333;



}



.pro-details .sum .right .tit h4{

	color: #333;

	font-size: 30px;

}





.pro-details .sum .right .info {

	color: #666666;

	width: 100%;

	font-size: 14px;

	line-height: 24px;

	height: 50px;

	margin-top: 30px;

	display: -webkit-box;

	-webkit-line-clamp:2;

	-webkit-box-orient: vertical;

	overflow: hidden;

}

.pro-details .sum .right  .key{

	width: 100%;

	height: auto;

	margin-top: 20px;

	overflow: hidden;

	 

}

.pro-details .sum .right  .key b{

	color: #888888;

	font-size: 14px;

	float: left;

	line-height: 30px;

}



.pro-details .sum .right  .key p{

	color: #1A4597;

	font-size: 14px;

	line-height: 30px;

	float: left;

	margin-right: 8px;

}



.pro-details .sum .right .bd{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 10px;



}



.pro-details .sum .right .bd b{

	color: #888888;

	font-size: 14px;

	float: left;

	line-height: 30px;

}





.pro-details .sum .right .bd  a{

	color: #1A4597;

	font-size: 14px;

	line-height: 30px;

}



.pro-details .sum .right .bd div{

	float: left;

	display: flex;

	justify-content: space-between;

	width: 400px;

}



.pro-details .sum .right   .tel{

	width: 100%;

	height: auto;

	overflow: hidden;

	border-top: 1px dashed #DDDDDD;



	border-bottom: 1px dashed #DDDDDD;

}



.pro-details .sum .right   .tel{

	display: flex;

	align-items: center;

	margin-top: 30px;

	padding: 20px 0;

}



.pro-details .sum .right   .tel i{

	font-size: 24px;

	margin-right:5px;

	color: ;

}

.pro-details .sum .right   .tel p{

	color: #333;

	font-size: 18px;

	font-weight: bold;

}



.pro-details .sum .right   .tel  a{

	color:#1A4597;

	font-size: 26px;

	font-weight: normal;

	font-family: 'Impact';

}



.pro-details .sum .right   .anchor{

	width: 100%;

	height: auto;

	margin-top: 40px;

	overflow: hidden;

}





.pro-details .sum .right   .anchor a{

 

	width: 160px;

	height: 45px;

	text-align: center;

 

	background: #1A4597;

	color: #fff;

	border-radius: 5px;

	float: left;

	margin-right: 25px;

	font-size:16px;

	display: flex;

	align-items: center;

	justify-content: center;

	font-weight: bold;

}



.pro-details .sum .right   .anchor a:last-child{

	background: #555555;

}



.pro-details .sum .right .anchor  i{

	font-size: 24px;

	font-weight: normal;

 

	margin-right: 5px;

}



.pro-details  .dep{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #fff;

	padding: 50px;

	box-sizing: border-box;

	margin-top: 30px;

}



.pro-details  .dep .tit{

	width: 100%;

	height: auto;

	overflow: hidden;

	border-bottom: 1px solid #E5E5E5;

}





.pro-details  .dep .tit h4{

	width: 200px;

	height: 54px;

	background: #1A4597;

	text-align: center;

	line-height: 54px;

	color: #fff;

	font-size:18px;

}





.pro-details  .dep  .info{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 20px;

	color: #444444;

	font-size: 16px;

	line-height: 30px;

}



.pro-details  .dep  .info img{

	display: block;

	max-width: 100%;

	margin: 0 auto;

}



.rel{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #fff;

  padding-top: 80px;
  margin-bottom: 50px;



}



.rel  .swiper-pagination {

	display: flex;

	justify-content: center;

	align-items: center;

	margin-top: 30px;

}

.rel  .swiper-pagination span{

	display: block;

	width: 12px;

	height: 12px;

	border-radius: 50%;

	background: #ccc;

	margin: 0 5px;

}





.rel  .swiper-pagination .swiper-pagination-bullet-active{

	background: #1A4597;

}

.rel .swiper-slide{

	border: 1px solid #ccc;

	box-sizing: border-box;

	padding: 20px;

	padding-bottom: 0px;

}

.rel .swiper-slide img{

	display: block;

	width: 100%;

}



.rel .swiper-slide p{

	width: 100%;

	line-height: 40px;

	color: #333;

	font-size: 16px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    margin-top: 10px;

    text-align: center;

}





.pro-from{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #F0F0F0;

	margin-top: 50px;

	padding: 60px 0px;

	padding-top: 80px;

}



.pro-from .tit h4{

	text-align: center;

	font-size: 34px;

	color: #333333;

}

.pro-from .tit p{

	text-align: center;

	font-size: 16px;

	margin-top: 5px;

}



.pro-from form{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

}

.pro-from  form ul{

	height: auto;

	overflow: hidden;

}

.pro-from  form ul li{

	width: 48%;

	height: auto;

	float: left;

	margin-bottom: 5px;

	overflow: hidden;

}

.pro-from form ul li:nth-child(2n){

	float: right;

}

.pro-from  form ul li input{

	height: 50px;

	width: 100%;

	border: none;

	border: 1px solid #CED4DA;

	text-indent: 10px;

	box-sizing: border-box;

	font-size: 14px;

}

.pro-from  form ul li:last-child{

	width: 100%;

}

.pro-from  form ul li textarea{

	width: 100%;

	height: 200px;

	border: none;

	border: 1px solid #CED4DA;

	text-indent: 10px;

	font-size: 14px;

	padding-top: 15px;

	box-sizing: border-box;

	font-family: '微软雅黑';

	box-sizing: border-box;

}



.pro-from  form .btn{

	width: 200px;

	height: 50px;

	background: #1A4597;

	text-align: center;

	margin: 0 auto;

	border: none;

	color: #fff;

	font-size: 16px;

	display: block;

	border-radius: 5px;

}

/* e*/





form ul li input:focus{

	outline-color: #1A4597;

	outline-width: 2px;

}





form ul li textarea:focus{

	outline-color: #1A4597;

	outline-width: 2px;

}



.warn{

	border: 1px solid red !important;

	background: url(../images/icon02.png) no-repeat 99% 15px;

	background-size:  auto 20px;

}



.warn:after{

	content: "";



}



form ul li  .warn:focus{

	outline-color: red;

}	





form ul li  {

	position: relative;

	padding-bottom:20px;

}

form ul li  p{

	font-size: 12px;

	color: red;

	position: absolute;

	bottom: 0;

}









.s-list{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 50px;

}



.s-list ul li{

	float: left;

	width: 19%;

	margin-left: 1.2%;

	margin-bottom: 10px;

}



.s-list ul li img{

	display: block;

	width: 100%;

}



.s-list ul li p{

	width: 100%;

	text-align: center;

	font-size:16px;

	line-height: 40px;

	color: #333;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}



.s-list ul li:nth-child(5n-4){

	margin-left: 0;

}





.warn-info{

	width: 100%;

	height: auto;

	overflow: hidden;

	height: 500px;

}

.warn-info h4{

	text-align: center;

	font-size: 30px;

	color: #333;

	line-height: 500px;

}


.sideBar{
	position: fixed;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	z-index:95;
	display: none;
 
}

.sideBar ul li {
	margin-bottom: 1px;
	display: flex;
	align-items:flex-end;
	flex-wrap: wrap;
	flex-direction: column;
	margin-right: -140px;
	position: relative;
	transition: all 0.5s;
}
.sideBar ul li i{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	background: #E39130;
}

.sideBar ul li  a{
	display: flex;
	align-items:flex-end;
	justify-content: flex-start;
}
.sideBar ul li  span{
	background: #333;
	color: #fff;
	font-size: 13px;
/*	line-height: 50px;
	height: 50px;
	width:140px;*/
	margin-top: 2px;
	display: block;
	text-align: center;
}


.sideBar ul li .bd{
	display: flex;
	width: 140px;
	height: 60px;
	align-items: center;
	flex-direction: column;
	background: #333;
	justify-content: center;
}

.sideBar ul li .bd p{
	font-size: 13px;
	color: #fff;

}
.sideBar ul li div img{
	display: block;
	width: 140px;
	height: 140px;
}
.sideBar ul li:last-child .bd{
	width: 90px;
}
.sideBar ul li:last-child {
	margin-right: -90px;
}

.sideBar ul li:last-child div{
	opacity: 0;
}

.sideBar ul li:hover {
	margin: 0;
}

.sideBar ul li:hover div{
	opacity: 1;
}

@media (min-width: 1200px){

 	



 	.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{

 		background: rgba(255,255,255, .5);

 		color: #1A4597;

 	}

	.nav{

		margin-right: 30px;

	}

	.nav ul{

		display: flex;

		justify-content: space-between;

		align-items: center;

		width: 950px;

	}

	.nav ul li{

		text-align: center;

		height:80px;

		line-height:80px;

		width: 100%;

		position: relative;

 		

	}



	.nav ul li a{

		color: #fff;

		font-size: 18px;

		transition: .5s;

		display: block;

	}

	.nav ul li:hover a{

		color: #1A4597;

	}



	.nav ul li:after{

		content: "";

		width: 0;

		height: 0;

		border-left: 10px solid transparent;  

		border-right: 10px solid transparent;  

		border-bottom: 12px solid  #1A4597;

		position: absolute;

		left: 50%;

		transform: translateX(-50%);

		bottom: 0;

		opacity: 0;

		transition: .5s;

	}



	.nav ul li ul{

		position: absolute;

		width: 160px;

		left: 50%;

		transform: translateX(-50%);

		display: block;

		top:90px;

 		opacity: 0;

 		visibility: hidden;

 		transition: .5s;

		background: #1A4597;

		border-radius: 0 0 5px 5px;

	}



	.nav ul li  li{

		height: 40px;

		line-height: 40px;

		padding: 0 2px;

	}

	.nav ul li  li:after{

		width: 0;

		height: 0;

		overflow: hidden;

	}

	.nav ul li  li a{

		font-size: 14px;

		white-space: nowrap;

    	text-overflow: ellipsis;

    	display: block;

    	overflow: hidden;

	}





	.nav ul li ul li:first-child{

		padding-top:5px;

	}



	.nav ul li ul li:last-child{

		padding-bottom:5px;

	}



	.nav ul li:hover:after{

		opacity: 1;

	}

	.nav ul li:hover ul {

		opacity: 1;

		visibility: initial;

		top: 80px;

	}



	



	.head:hover{

		background: #fff;

		border-bottom: #fff;

	}



	.head:hover .logo{

		background: url(../images/logo02.png) no-repeat center;

	}



	.head:hover .nav ul li a{

		color: #333;

	}



	.head:hover .nav ul li ul li a{

		color: #fff;

	}

	.head:hover  .tel i{

		color: #1A4597;

	}

	.head:hover  .tel b{

		color: #1A4597;

	}



	.head .nav ul li ul  li:hover a{

		color: #ccc;

	}

	.head:hover .search i{

		color:  #1A4597;

	}

 	







	.onTouch{

		background: #fff;

		border-color: #fff;

		box-shadow:0 0 10px 5px #d3d3d3;



	}



	.onTouch .logo{

		background: url(../images/logo02.png) no-repeat center;

	}



	.onTouch .nav ul li a{

		color: #333;

	}



	.onTouch .nav ul li ul li a{

		color: #fff;

	}

	.onTouch  .tel i{

		color: #1A4597;

	}

	.onTouch  .tel b{

		color: #1A4597;

	}



	.head .nav ul li ul  li:hover a{

		color: #ccc;

	}

	.onTouch .search i{

		color:  #1A4597;

	}







 	.search-box button:hover{

 		background: #1A4597;

 	}

 	.search-box button:hover i{

 		color: #fff;

 	}





 	.about .menu ul li:hover{

 		background: #1A4597;

 	}



 	.about .menu ul li:hover  i img{

 		display: none;

 	}

 	.about .menu ul li:hover i img:last-child{

 		display: block;

 	}

 	.about .menu ul li:hover div h4{

 		color: #fff;

 	}

 	.about .menu ul li:hover div p{

 		color: #5690ff;

 	}



 	.about .intro a:hover {

 		background: #9AA1AB;

 	}

 	.tab ul li:hover{

 		background: #1A4597;

 	}

 	.tab ul li:hover a{

 		color: #fff;

 	}



 	.product .swiper-slide p:hover{

 		color: #1a4597;

 	}

	.img-box{

		overflow: hidden;

	}

	.img-box img{

		transition: .5s;

	}

	.img-box:hover img{

		transform: scale(1.05);

	}

 	 

 	.news-list ul li:hover{

 		background: #fff;

 		box-shadow:0 10px 60px -5px rgb(29 56 72 / 17%);

 	}

	.news-list ul li:hover .time b{

		 color: #1A4597;

	}



	.news-list ul li:hover .time p{

		 color: #1A4597;

	}

 	.news-list ul li:hover .info h4{

 		 color: #1A4597;

 	 

 	}



 	.news-list ul li:hover .info  p{

 		color: ;

 	}

 	.links ul li:hover a{

 		color: #1A4597;

 	}

 	.footer .menu ul li ul li a:hover{

 		color:#ffc107;

 		 

 	}

 

  

 	.product .pic ul li:hover p{

 		background: #1A4597;

 		color: #fff;

 	}

 	.cases .show .pic ul li:hover p{

 		background: #0C3C9C;

 		color: #fff;

 	}

   	.more:hover{

   		border: 1px solid #024596;

   		transform: translateY(-5px);

   	}

 	

 	.news .current .intro h4:hover{

 		color: #1a4597;

 	}

 	.newsSwiper .swiper-slide .info h4:hover{

 		color: #1a4597;

 	}

	/* 	inside	*/

 	.bar .column ul li:hover{

 		background: #1A4597;

 	}



 	.bar .column ul li:hover a{

 		color: #fff;

 	}



 	.slogan2  .bd img:hover{

 		transform: scale(1.05);

 	}



 	.slogan2  .bd a:hover{

 		background: #fff;

 		color: #1A4597;

 	}



 	.pro-section .list ul li:hover{

 		background: #1A4597;

 	}



 	.pro-section .list ul li:hover a{

 		color: #fff;

 	}

 	.pro-section .pic ul li:hover{

 		background: #fff;

 	}

 	.pro-section .pic ul li:hover img{

 		transform: scale(1.05);

 	}

 	.pro-section .pic ul li:hover h4{

 		line-height:15px;

 		color:#1A4597;

 	}

 	.pro-section .pic ul li:hover h4:after{

 		width: 100%;

 		background: #1A4597;

 	}

 	.pro-section .pic ul li:hover{

 			box-shadow: 0 0 10px 2px #d3d1d1cf;

 	}

 	.pro-section .pic ul li:hover .info{

/* 		box-shadow: 0 0 5px 5px #eee;*/

 		background: #fff;

 	}

 	.pro-section .pic ul li:hover p{

 		line-height: 20px;

 		margin-top: 5px;

 	}





 	.slogan ul li:hover{

 		background: #0068B7;

 		transform: translateY(-10px);

 	}



 	.slogan ul li:hover i{

 		transform: rotateY(180deg);

 	}



 	.slogan ul li:nth-child(2):hover i{



 		transform: rotateY(180deg) rotate(-90deg)  ;

 	}
	
	.fy p:hover{
		color:#ffc107;
	}
	.fy p:hover a{
		color:#ffc107;
	}
	
	.fy .return:hover{
		color:#ffc107;
		border:1px solid #ffc107;
	}
	.news-details .right ul li h4:hover{
		color:#ffc107;
	}

	.sSwiper .swiper-button-next:hover, .sSwiper .swiper-button-prev:hover{
		background: #FF7C21;
		color: #fff;
	}

	.sSwiper .swiper-button-disabled:hover{
		background: #fff;
		color: #333;
	}
}



@media (max-width: 1660px){



	.main{

		width: 1400px;

	}

 	.nav ul{

 		width: 830px;

 	}



 	.about .intro{

 		width: 630px;

 	}



 	.about .video{

 		width: 750px;

 	}

 	.product .swiper-wrapper{

 		height: 920px;

 	}

 	.sSwiper .swiper-pagination{

 		width: 1400px;

 	}



 	.sSwiper .swiper-pagination h4{

 		width: 127px;

 		font-size: 16px;

 	}



 	.partner ul li{

 		width: 220px;

 	}



 	.footer .logo p{

 		font-size: 12px;

 	}



 	.footer .menu{

 		width: 740px;

 	}



 	.about-article .intro{

 		width: 730px;

 	}



 	.about-article .pic {

 		width: 650px;

 	}



 	.slogan ul li{

 		width: 450px;

 	}



 	.slogan2 .pic{

 		width: 930px;

 	}



 	.culture .right{

 		width: 830px;

 	}

 	.pro-section .list{

 		width: 260px;

 	}

 	.pro-section .pic{

 		width: 1120px;

 	}

 	.pro-section .pic ul li{

 		width: 262px;

 	}



 	.news-list ul li .info{

 		width: 700px;

 	}

 	.cont-section .ewm{

 		width: 300px;

 	}



 	.news-details .details{

 		width: 970px;

 	}







 	.pro-details .sum .right{

 		width: 730px;

 	}

}	



@media (max-width: 1440px){



	.main{

		width: 1200px;

	}

	.nav ul{

		width: 700px;

	}

	.nav ul li a{

		font-size: 16px;

	}



	.head .tel b{

		font-size: 20px;

	}



	.head .tel{

		width: 215px;

	}

	.about .intro{

		width: 500px;

	}

 	.about .pic img{

 		width: 650px;

 	}



 	.about .video{

 		width: 680px;

 	}

  	.sSwiper .swiper-pagination{

  		width: 1200px;

  	}



  	.sSwiper .swiper-pagination h4{

  		font-size: 14px;

  		width: 110px;

  	}

  

 	.news-list ul li .info{

 		width: 550px;

 	}



 	.partner ul li{

 		width: 188px;

 	}



  	.footer .menu ul li ul li{

  		max-width: 130px;





  	}



  	.footer .logo{

  		width: 210px;

  	}



  	.footer .menu{

  		width: 600px;

  		padding: 0 30px;

  	}

  	.footer .menu ul li a{

  		font-size: 16px;

  	}

  	.footer .intro p{

  		font-size: 12px;

  	}



  	.about-article .intro{

  		width: 600px;

  	}



  	.about-article .pic{

  		width: 580px;

  	}

  	.slogan ul li{

  		width: 390px;

  	}

  	.slogan2 .pic{

  		width: 750px;

  	}



  	.culture .right{

  		width: 630px;

  	}

  	.pro-section .pic{

  		width: 920px;

  	}

  	.pro-section .pic ul li{

  		width: 212px;

  	}

  	.pro-section .pic ul li .info{

  		padding: 20px 0;

  		height: 120px;

  	}

  	.cont-section .intro{

  		width: 400px;

  	}

  	.cont-section .mssg{

  		width: 400px;

  	}



  	.news-details .details{

  		width: 770px;

  	}



  	.pro-details .sum .right{

  		width: 550px;

  	}

  	.sSwiper .swiper-button-next, .sSwiper .swiper-button-prev{
  		 margin-left: 500px;
  	}	


}





@media screen and (max-width: 1199px){



	.main{

		width: 7.1rem;

	}

 	

 	.head{

 	 

 		background: #fff;

 		border: none;

 		padding-right: .3rem;

 		box-sizing: border-box;

 	}



 	.head i{

 		display: block;

 	}

 	

 	.head .logo{

 		width: 3rem;

 		height:.8rem;

 		margin-left: .2rem;

 		background: url(../images/logo02.png) no-repeat left  center;

 		background-size: auto 100%;

 	}



 	.head .search{

 		width: 1.2rem;

 		height: 1.2rem;

 	}

	.banner{

		display: none;

	}



 	.in-banner{

 		height: 3rem;

 		margin-top: 1.2rem;

 	}



 	.in-banner .info h4{

 		font-size: .48rem;

 	}

 	.in-banner .info span{

 		font-size: .28rem;

 		margin-top: .15rem;

 	}

	.mbanner{

		display: block;

		position: relative;

		margin-top: 1.2rem;

	}

	.banner .swiper-slide .main{

		align-items: flex-start;

		padding-top: .8rem;

	}

	.banner .swiper-slide .info .tit{

		padding-bottom: .3rem;

	}

	.banner .swiper-slide .info .tit h4{

		font-size: .4rem;

		margin-top: .1rem;

	}

	.banner .swiper-slide .info .tit:after{

		width: 1rem;

	}

	.banner .swiper-slide .info .tit p{

		font-size: .26rem;

	}

	.banner .swiper-slide .info .text{

		width: 6rem;

	}

	.banner .swiper-slide .info .text p{

		font-size: .26rem;

		line-height: .46rem;

	}

 

	.mbanner img{

		display: block;

		width: 100%;

	}

	.mbanner .swiper-pagination{

		display: flex;

		justify-content: center;

		align-items: center;

		position: absolute;

		bottom: .3rem !important;

		z-index: 1;

		width: 100%;

	}

	.mbanner .swiper-pagination-bullet{

		width: .2rem;

		height: .2rem;

		background: none;

		opacity: 1;

		margin: 0 .1rem;

		border-radius: 30px;

		position: relative;

		display: block;

		transition: .5s;

		background: #fff;

	}

	.mbanner .swiper-pagination-bullet-active{

		 width: .5rem;

	}



	.head{

		top: 0;

		 

	}

  	.head .logo img{

  		display: block;

  		width: 2rem;

  	}

  	.head .btn{

  		width: .8rem;

  		height: .8rem;

  		background: url(../images/btn.png) no-repeat center;

  		background-size:  auto .5rem;

  		display: block;

  	}

  	.head .tel{

  		display: none;

  	}



  	.head .search i{

  		color: #565656;

  	}

  	.head .btn{
  		width: .6rem;
  		height: .5rem;
 
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		position: relative;
  	}


  	.head .btn span{
  		display: block;
  		width: 100%;
  		height:4px;
  		background: #434343;
  		transition: .5s;
  		border-radius: 5px;
   	}
   	.head .btn:before{
   		width: 100%;
   		height:4px;
   		background:  #434343;
   		position: absolute;
   		top: 0;
   		left: 0;
   		border-radius: 5px;
   		content: '';
   		transition: .5s;
   	}

  	.head .btn:after{
  		width: 100%;
  		height:4px;
  		position: absolute;
  		bottom: 0;
  		background: #434343;
  		content: '';
  		border-radius: 5px;
  		transition: .5s;
  		left: 0;
  		 
  	}
 	.btn-open{
 
 	}
 	.btn-open span{
 		opacity: 0;
 	}

 	.btn-open:before{
 		transform:rotate(40deg) translate3d(8px, 8px, 0px);
 	}
 	.btn-open:after{
 		transform:rotate(-40deg) translate3d(8px, -8px, 0px);
 	}


 	.onTouch{

 		box-shadow:0 0 0.2rem 0.15rem #95959578;
 	}
    

   	.nav{
    	width: 100%;
    	height: 0;
    	overflow: hidden;
    	position: fixed;
    	left: 0;
    	top:1.2rem;
    	overflow-y: auto;
    	background:#F2F2F2;
    	z-index: 10001;

     	}
     	.nav ul{
     		top: 0;
     		width:7rem;
     		margin: 0 auto;
     		position: relative;
     		height:  100%;
     		overflow-y:auto;
     		
     	}
     	.nav .on{
      		padding-bottom: 1.5rem;
     	}
     
      	.nav ul li{
      		width: 100%;
      		padding: 0 .15rem;
      		box-sizing: border-box;
      		height: auto;
      		overflow: hidden;
      		border-bottom: .02rem  solid #eee;
      		line-height: .8rem;
      
      		position: relative;

      		border-bottom: .02rem solid rgb(0 0 0 / 5%);
      	}
      	.nav ul li a{
      		color: #333;
      		font-size: .3rem;
      		display: block;
      	}
      	.nav ul ul{
      		width: 96%;
      		padding-bottom: 0;
      		display: none;
      		right: initial;
      	}
      	.nav ul .sonOpen{
      		display: block;
      	}
      	.nav ul li i{
      		display: block;
      		position: absolute;
      		right: 0;
      		width: .8rem;
      		height: .8rem;

      		top: 0;
      	}
      	.nav ul li i:after{
      		content: "";
      		width: .3rem;
      		height: .3rem;
      		transition: .3s;
      		display: block;
      		background: url(../images/nav-icon.png) no-repeat center;
      		background-size: auto 100%;
      		position: absolute;
      		top: 50%;
      		left: 50%;
      		margin-left: -.15rem;
      		margin-top: -.15rem;
      	}
      	.nav ul li .touch:after{
      		transform: rotate(90deg);
      	}
      	.nav ul li ul li{
      		line-height: .7rem;
      		border: none;
      		height: .7rem;
      		border: none;
      	}
      	.nav ul li ul li:first-child{
      		border-top: 0;
      	}
      	.nav ul li ul li:last-child{
      		border-bottom: none;
      	}
      	.nav ul ul li a{
      		font-size: .26rem;
      		display: block;
      		white-space: nowrap;
      		text-overflow: ellipsis;
      		overflow: hidden;
      	}


  	

  	.about{

  		padding: .6rem 0;

  		height: auto;

  		overflow: hidden;

  	}



  	.about .intro{

  		float: initial;

  		width: 100%;

  	}

  	.about .intro .tit b{

  		font-size: .42rem;

  		display: block;

  	}



  	.about .intro .tit h4{

  		font-size: .48rem;

  	}



  	.about .intro .info{

  		margin-top: .3rem;

  		font-size: .28rem;

  		line-height: .48rem;

  	}

  	.about .intro a{

  		width: 2.8rem;

  		height: .8rem;

  		line-height: .8rem;

  		font-size: .28rem;

  		border-radius: 5px;

  		margin-top: .5rem;

  	}



  	.about .video{

  		width: 100%;

  		height: 5.2rem;

  		float: initial;

  		margin-top: .5rem;

  	}
  	.about .video div{
  		height: 3.72rem;
  	}
  	.about .video div img{
  		width:100%;
  	}
  	.about .video div:after{
  	 
  		background-size: cover;
  	}
  	.about .video video{

  		height: 4.2rem;

  	}

  	.about .video:after{

  		width: 100%;

  		height: 5.2rem;

  	}

  	.about .video p{

  		width: 100%;

  		font-size: .26rem;

  		padding-left: .3rem;

  		bottom: .2rem;

  	}



  	.about .menu{

  		float: initial;

  		margin-top: .6rem;

  	}

  	.about .menu ul {

  		display: block;

  	}

  	.about .menu ul li a{

  		height: 1.5rem;

  	}

  	.about .menu ul li{

  		width: 3.45rem;

  		float: left;

  		height: 1.5rem;

  		padding-left: .3rem;

  		margin-bottom: .2rem;

  	}

  	.about .menu ul li:nth-child(2n){

  		float: right;

  	}

  	.about .menu ul li div{

  		margin-left: .2rem;

  		padding-left: .2rem;

  	}

  	.about .menu ul li h4{

  		font-size: .3rem;

  	}

  	.about .menu ul li p{

  		font-size: .2rem;

  	}

  	.about .menu ul li i img{

  		width: .5rem;

  	}



  	.sSwiper .swiper-pagination{

  		display: none;

  	}

  	.sSwiper .swiper-slide{

  		height: 6rem;

  		overflow: hidden;

  	}

  	.sSwiper .swiper-slide .main{

  		top:.8rem;

  		height: auto;



  	}

  	.sSwiper .swiper-slide .info{

  		width:6.3rem;

  		margin-top: .4rem;

  	}

  	.sSwiper .swiper-slide .tit{

  		padding-bottom: .3rem;

  	}

  	.sSwiper .swiper-slide .tit:after{

  		width: 1rem;

  		height: .04rem;

  	}

  	.sSwiper .swiper-slide .tit h4{

  		font-size: .48rem;

  	}

  	.sSwiper .swiper-slide .info p{

  		font-size: .26rem;

  		line-height: .48rem;

  	}

  	.sSwiper .swiper-button-next, .sSwiper .swiper-button-prev{
  			margin: 0;
  			left: 80%;
  			top: initial;
  			bottom: .4rem;
  			width: .6rem;
  			height: .6rem;
  			line-height: .6rem;
  			font-size: .28rem;
  	}
  	.sSwiper .swiper-button-next{
  		left: 90%;
  	}


  	.title h4{

  		font-size: .46rem;

  	}

  	.title p{

  		font-size: .24rem;

  		margin-top: .1rem;



  	}



  	.product{

  		margin-top:.6rem;

  	}

   	.img-list{

   		margin-top: .2rem;

   	}

	.img-list ul li{

		margin: 0;

		width: 3.45rem;

		margin-bottom: .1rem;

	}

	.img-list ul li:nth-child(2n){

		float: right;

	}

	.img-list ul li p{

		font-size: .28rem;

		height: .6rem;

		line-height: .6rem;

	}



	.product .swiper-slide p{

		font-size: .28rem;

		margin-top: .25rem;

 

	}

	.product .swiper-slide span{

		font-size: .24rem;

		display: block;

		margin-bottom: .25rem;

		margin-top: .15rem;

		 

	}

	

	.product .swiper-wrapper{

		height: 12.5rem;

	}



	.product .swiper-pagination{

		margin-top: .4rem;

	}



	.product .swiper-pagination span {

		width: .6rem;

		height: .15rem;

	}



	.partner{

		padding: .6rem 0;

		margin-top: .7rem;

	}

	.partner ul{

		margin-top: .4rem;

	}

	.partner ul li{

		width: 2.27rem;

		margin-left: .14rem;

		margin-bottom: .1rem;

	}

	.partner ul li:nth-child(3n-2){

		margin-left: 0;

	}



	.news{

		margin-top: .6rem;

		background: url(../images/mbg01.jpg) no-repeat center;

		background-size: cover;

		height: auto;

		padding: .6rem 0;

	}

	



	.news .current{

		margin-top: .5rem;

		padding-bottom: .3rem;

	}



	.news .current .intro{

		width: 3.8rem;

 

	}



	.news .current img{

		width: 3rem;

	}

	.news .current .intro span{

		font-size: .26rem;

		display: block;

	}



	.news .current .intro h4{

		font-size: .3rem;

		margin-top: .2rem;

	}

	.news .current .intro i{

		margin-top: .2rem;

		font-size: .26rem;

	}

	.news .current .intro p{

		display: none;

	}

	.newsSwiper{

		margin-top: .4rem;

	}



	.newsSwiper .swiper-slide .time b{

		font-size: .6rem;

		display: block;

	}

	.newsSwiper .swiper-slide .time p{

		font-size: .28rem;

	}

	.newsSwiper .swiper-slide .info{

		margin-top: .3rem;

	}



	.newsSwiper .swiper-slide .info h4{

		font-size: .32rem;

	}

	.newsSwiper .swiper-slide .info p{

		font-size: .29rem;

		margin-top: .2rem;

		line-height: .48rem;

	}

	.newsSwiper .swiper-slide   i{

		font-size: .26rem;

		margin-top: .4rem;

	}

	.newsSwiper .swiper-pagination {

		margin-top: .6rem;

	}

	.newsSwiper .swiper-pagination span{

		width: .6rem;

		height: .15rem;

		margin: 0 .1rem;

	} 

	.footer {

		padding-top: .6rem;

		padding-bottom: .6rem;

	}

	.footer .main{

		display: block;

	}

	.footer .logo{

		width: 100%;

	}



	.footer .logo img{

		margin: 0 auto;

		width: 2.4rem;

	}

	.footer .logo p{

		width: 6rem;

		margin: 0 auto;

		margin-top: .3rem;

		line-height: .42rem;

		text-align: center;

		font-size: .24rem;

	}



	.footer .menu{

		display: none;

	}



	.footer .intro h4{

		display: none;

	}



	.footer .intro{

		width: 100%;

		text-align: center;

		

	}



	.footer .intro p{

		font-size: .24rem;

		line-height: .48rem;

	}

	.gotop{

		width: 1rem;

		border-radius: 5px;

		height: 1rem;

		right: .1rem;

		z-index: 10;

		bottom: 4rem;

	}

	.gotop img{

		height: .6rem;

	}

	

	.cr-box{

		width: 100%;

		padding: .2rem 0;

		margin-bottom: .8rem;

		padding-bottom: .5rem;

	}

	.cr-box .main{

		flex-wrap: wrap;

	}

	.cr-box p{

		font-size: .24rem;

		text-align: center;

		line-height: .42rem;

	}

	.cr-box .main div{

		width: 100%;

		justify-content: center;

	}

	.cr-box .main div p{

		padding: 0;

		font-size: .24rem;

	}

	.cr-box .main div p:after{

		width: 0;

		height: 0;

		overflow: hidden;

	}

	.cr-box a{

		display: none;

	}

	.links{

		display: none;

	}

	.float{

		display: none;

	}

	







	.page{



		margin: .4rem 0;



	}



	.nav-links a{

		font-size: .26rem;

		border: .02rem solid #ccc;

		margin: 0 .06rem;

	}

	.nav-links span{

		margin: 0 .06rem;

		font-size: .26rem;

		border: .02rem solid #ccc;

	}







	.bar .main{

		height: auto;

		flex-direction: column-reverse;

	}



	.crumbs{

		width: 100%;

		padding: 0 .1rem;

		box-sizing: border-box;

	}

	.crumbs .main{

		width: 100%;

	}

	.crumbs .tit{

		border-left: none;

		height: .8rem;

		margin-right: .3rem;

	}

	.crumbs div{

		overflow: hidden;

		 white-space: nowrap;

	    text-overflow: ellipsis;

	    color: #999;

	    font-size: .2rem;

	    max-width: 5rem;

	}



	.bar .column{

		width: 100%;

	 	margin-top: .1rem;

	 	position: relative;

	 	margin-bottom: .1rem;

	}

	.bar .column ul li{

		height: .9rem;

		line-height: .9rem;

	}

	.bar .column  .swiper-scrollbar{

		position: initial;

		margin-top: .1rem;

	}



	

	.bar .column   .swiper-scrollbar-drag{

		background: #1A4597;

	}


	.bar .swiper-scrollbar{
		display:block;
	}
	.crumbs p{

		line-height: .8rem;

		font-size: .28rem;

	}

	.crumbs a{

		font-size: .28rem;

		display:inline;

		line-height: .8rem;

	}

	.crumbs .tit img{

		height: .4rem;

		margin: 0 auto;

		margin-top: .2rem;

	}

	

	.bar .column ul li{

		width: auto;

		padding: 0 .2rem;

	}



	.bar .column ul li a{

		font-size: .3rem;

	}

 	

 	.fn {

 		width: 7.5rem;

 		height: auto;

 		overflow: hidden;

 		position: fixed;

 		bottom: 0;

 		left: 50%;

 		display: block;

 		z-index:100;

 		background: #f5f5f5;

 		transform: translateX(-50%);
		
		border-top:1px solid #e5e5e5;

 	}

 	.fn ul{

 		display: flex;

 	}

	.fn ul li{

		width: 25%;

		position: relative;

	}

	.fn ul li:after{

		content: "";

		width: 1px;

		height: 100%;

		position: absolute;

		right: 0;

		top: 0;

		background: #e5e5e5;

	}



	.fn ul li:last-child:after{

		width: 0;

		height: 0;

		overflow: hidden;

	}

	.fn ul li img{

		display: block;

		margin: 0 auto;

		height: .32rem;

		margin-top: .15rem;

	}

	.fn ul li p{

		color: #555555;

		font-size: .26rem;

		text-align: center;

		margin-top: .1rem;

		margin-bottom: .1rem;

	}

	.about-article{

		padding: .7rem 0;

	}

	.about-article .main{

		display: block;

	}

	.about-article .intro h4{

		font-size: .42rem;

	}

	.about-article .intro{

		width: 100%;

	}



	.about-article .intro .info {

		font-size: .28rem;

		line-height: .48rem;

	}

	.about-article .pic{

		width: 100%;

		margin-top: .6rem;

	}

	.slogan{

		height: auto;

	}

	.slogan ul{

		display: block;

		margin-top: .6rem;

	}

	.slogan ul li{

		width: 100%;

		margin-bottom: .2rem;

	}



	.slogan ul li h4{

		font-size: .3rem;

	}



	.slogan ul li p{

		font-size: .28rem;

	}

	.slogan2{

		margin: .6rem 0;

	}

	.slogan2 .tit p{

		font-size: .48rem;

	}



	.slogan2 .bd{

		display: block;

	}

	.slogan2 .pic{

		width: 100%;

	}

	.slogan2 .bd img{

		width: 100%;

	}

	.slogan2 .bd .intro h4{

		font-size: .34rem;

		padding-bottom: .3rem;

		border-width: .02rem;

	}

	.slogan2 .bd .intro{

		margin: 0;

		width: 100%;

		padding: .3rem;

		box-sizing: border-box;

	}

	.slogan2 .bd .intro p{

		font-size: .28rem;

	}

	.slogan2 .bd .intro a{

		width: 2.6rem;

		height: .8rem;

		line-height: .8rem;

		font-size: .28rem;

	}

	.detailed{

		width: 100%;

		height: auto;

		overflow: hidden;

		margin-top: .6rem;

	}

	.detailed .tit h4{

		font-size: .38rem;

	}

	.detailed .tit span{

		display: block;

		line-height: .4rem;

		font-size: .24rem;

	}

	.detailed .tit p{

		padding: .1rem 0;

	}

	.detailed .info{

		margin-top: .2rem;

		font-size: .29rem;

		line-height: .48rem;

		text-align: justify;

	}

 	.fy{

 		border-width: .02rem;

 		padding-top: .4rem;

 		margin-top: .8rem;

 		flex-wrap: wrap;

 		justify-content: center;

 	}

 	.fy div{

 		width: 100%;

 	}

 	.fy p{

 		font-size: .28rem;

 	}

 	.fy .return{

 		width: 2rem;

 		height: .8rem;

 		border-width: .02rem;

 		margin-top: .3rem;

 		line-height: .8rem;

 	}



 	.news-details .right{

 		width: 100%;

 		float: initial;

 		margin-top: .4rem;

 		padding: .3rem;

 	}

 	.news-details .right .tit h4{

 		font-size: .38rem;

 	}

 	.news-details .right ul{

 		margin-top: .4rem;

 	}

 	.news-details .right ul li{

 		width: 100%;

 		margin-bottom: .2rem;

 	}

 	.news-details .right ul li img{

 		display: block;

 		width: 100%;

 	}



 	.news-details .right ul li h4{

 		font-size: .34rem;

 	}

 	.news-details .right ul li span{

 		font-size: .26rem;

 		display: block;

 	}

 	

 	.culture{

 		margin: .7rem 0;

 	}



 	.culture .main{

 		display: block;

 	}

 	.culture .left{

 		width: 100%;

 	}



 	.culture .left .info p{

 		font-size: .28rem;

 		line-height: .48rem;

 	}



 	.culture .right {

 		width: 100%;

 		margin-top: .3rem;

 	}

 	.culture .right ul li {

 		padding: .3rem .2rem;

 	}

 	.culture .right ul li b{

 		font-size: .32rem;

 		display: block;

 	}

 	.culture .right ul li p{

 		font-size: .26rem;

 		line-height: .42rem;

 		margin-top: .1rem;

 		height: 1.3rem;

 		text-align: justify;

 		margin-top: .2rem;

 	}

 	.team {

 		margin: .7rem 0;

 	}

 	.team .tit {

 		padding-bottom: .4rem;

 		border-width: .02rem;

 	}

 	.team .tit h4{

 		font-size: .46rem;

 	}





 	.honor{

 		margin: .7rem 0;

 	}



 	.honor ul li{

 		width: 49%;

 		margin: 0;

 		border-width: .06rem;

 		margin-bottom: .2rem;

 	}

 	.honor ul li:nth-child(2n){

 		float: right;

 	}



 	.pro-section{

 		margin: .6rem 0;

 

 	}

 	.pro-section .list{

 		width: 100%;

 

 	}

 

 	.pro-section .list .tit {

 		width: 100%;

 		height: .8rem;

 		border-radius: 5px;

 		font-size: .4rem;

 		line-height: .8rem;

 		text-align: center;

 	}

 	.pro-section .list .tit h4{

 		line-height: .8rem;

 		height: .8rem;

 		font-size: .3rem;

 	}



 	.pro-section .list .bd{

 		position: fixed;

 		left: 0;

 		top: 0;

 		z-index: 100;

 		height: 100%;

 		width: 100%;

 		opacity: 0;

 		visibility: hidden;

 		background: rgba(0, 0, 0,.5);

 	}



 	.pro-section .list .bd ul{

 		width: 60%;

 		background: #fff;

 		height: 100%;

 		float: right;

 		margin-right: -100%;

 		transition: .5s;

 	}



 	.pro-section .list .bd ul li{

 		background: #F5F5F5;

 	}



 	.pro-section .list .bd ul li a{

 		display: block;

 		font-size: .28rem;

 	}



 	.pro-section .pic{

 		width: 100%;

 		margin-top: .5rem;

 		padding: 0;

 	}



 	.pro-section .pic .tit h4{

 		font-size: .36rem;

 	}

 	.pro-section .pic  ul li{

 		width: 3.45rem;

 		margin: 0;

 		margin-bottom: .2rem;

 	}

 	.pro-section .pic ul li:nth-child(2n){

 		float: right;

 	}

 	.pro-section .pic ul li .info{

 		padding: .1rem 0;

 		height: 1.7rem;

  

 	}

 	.pro-section .pic ul li h4{

 		font-size: .3rem;

 	}

 	.pro-section .pic ul li p{

 		font-size: .24rem;

 		line-height: .34rem;

 		height: .65rem;

 	}

 	.cases-list{

 		margin: .6rem 0;

 	}

 	.cases-list ul li{

 		width: 3.4rem;

 		margin-left: 0;

 		margin-bottom: .2rem;

 	}

 	.cases-list ul li:nth-child(2n){

 		float: right;

 	}



 	.news-list{

 		margin: .6rem 0;

 	}

 	.news-list ul li{

 		margin-bottom: .4rem;

 	}



 	.news-list ul li img{

 		width: 100%;

 		height: auto;

 	}

 	.news-list ul li a{

 		display: block;

 	}

 	.news-list ul li .pic{

 		width: 100%;

 	}



 	.news-list ul li .pic img{

 		display: block;

 		width: 100%;

 	}



 	.news-list ul li  .info{

 		width: 5rem;

 		float: left;

 		margin: .3rem 0;

 		margin-left: .2rem;

 	}

 	.news-list ul li  .time{

 		width: 1.5rem;

 		float: right;

 		margin: 0;

 	}



 	.news-list ul li h4{

 		font-size: .3rem;

 	}

 	.news-list ul li .info p{

 		line-height: .42rem;

 		font-size: .26rem;

 	}

 	.news-list ul li .time{

 		margin-top: .3rem;

 	}

 	.news-list ul li .time b{

 		display: block;

 		text-align: center;

 		font-size: .8rem;

 	}

 	.news-list ul li .time p{

 		font-size: .28rem;

 		text-align: center;

 		margin-top: .1rem;

 	}

 	.cont-section{

 		margin: .5rem 0;

 	}

 	.cont-section .bd{

 		display: block;

 		padding:.6rem .3rem;

 	}

 	.cont-section .intro{

 		width: 100%;

 		min-height: initial;

 		padding-bottom: .5rem;

 	}

 	.cont-section .intro h4{

 		font-size: .4rem;

 	}

 	.cont-section .info{

 		margin-top: .3rem;

 	}

 	.cont-section .info p{

 		font-size: .28rem;

 		line-height: .48rem;

 	}



 	.cont-section .ewm{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 	}

 	.cont-section .ewm ul li{

 		width: 2.4rem;

 	}

 	.cont-section .ewm ul li img{

 		width: 2.4rem;

 		margin: 0 auto;

 	}



 	.cont-section .ewm ul li p{

 		font-size: .24rem;

 		text-align: center;

 	}



 	.cont-section .mssg{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		margin-top: .6rem;

 	}

 	.cont-section .mssg .tit h4{

 		font-size: .36rem;

 	}



 	.cont-section .mssg .tit p {

 		font-size: .26rem;

 		line-height: .48rem;

 	}

 	.cont-section .mssg form{

 		width: 100%;

 		margin-top: .3rem;

 	}

 	.cont-section .mssg form ul li{

 		margin-bottom: .3rem;

 	}

 	.cont-section .mssg form ul li p{

 		font-size: .3rem;

 	}

 	.cont-section .mssg form ul li input{

 		width: 100%;

 		display: block;

 		height: .7rem;

 		box-sizing: border-box;
 		margin-bottom: .1rem;

 	}



 	.cont-section .mssg form ul li textarea{

 		width: 100%;

 		height: 2rem;

 		box-sizing: border-box;
 		display: block;
 		margin-bottom: .1rem;
 	}



 	.cont-section .mssg .button{

 		width: 3rem;

 		height: .8rem;

 		margin-top: .4rem;

 		display: block;

 	}	

 	.cont-section .mssg form ul li .warn{
 		background-position: 99% 0.2rem;
 	}



 	.map{

 		width: 100%;

 		height: 4rem;

 		margin-top: .3rem;

 	}



 	.news-bar{

 		display: none;

 	}



 	.news-details .details{

 		width: 100%;

 		float: initial;

 		padding: .3rem;

 		margin-top: 1.2rem;

 	}



 	.news-details .details .tit h4{

 		font-size: .38rem;

 	}

 	.news-details .details .tit p{

 		flex-wrap: wrap;

 	}

 	.news-details .details .tit span{

 		font-size: .24rem;

 		width: 100%;

 		display: block;

 		text-align: center;

 		line-height: .4rem;

 	}



 	.news-details .details .info{

 		font-size: .28rem;

 		line-height: .48rem;

 	}

 	.news-details .details .info iframe{
 		width: 100% !important;
 		height: 4rem !important;
 	}



 	.pro-details .sum{

 		padding: .3rem;

 	}

 	.mag{

 		float: initial;

 		width: 100%;

 		height: auto;

 	}

 	.bg_left{

 		width: 100%;

 		float: initial;

 	}

 	.pro-details .show{

 		width: 100%;

 		height: 4.92rem;

 	}



 	.smallshow p{

 		width: .3rem;

 		font-size: .3rem;

 

 	}

 	.smallshow .middle_box{

 		width: 5.88rem;

 		height: auto;

 		margin-left: .3rem;

 	}

 	.smallshow .middle{

 		height: auto;

 	}

 	.smallshow .middle li{

 		width: .99rem;

 		height: auto;

 	}

 	.smallshow{

 		height: auto;

 	}

 	.pro-details .sum .right{

 		float: initial;

 		width: 100%;

 		margin-top: .3rem;

 	}



 	.pro-details .sum .right .tit {

 		border-width: .04rem;

 		height: auto;
		padding-bottom:.3rem;

 	}

 	.pro-details .sum .right .tit h4{

 		font-size: .4rem;

 	}

 	.pro-details .sum .right .info{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		font-size: .26rem;

 		line-height: .48rem;

 		margin-top: .3rem;

 	}

 	.pro-details .sum .right .key{

 		margin-top: .4rem;

 	}

 	.pro-details .sum .right .key b{

 		font-size: .26rem;

 	}

 	.pro-details .sum .right .key p{

 		font-size: .26rem;

 	}



 	.pro-details .sum .right .bd div{

 		width: 4rem;

 	}



 	.pro-details .sum .right .bd b{

 		font-size: .26rem;

 	}



 	.pro-details .sum .right .bd a{

 		font-size: .26rem;

 	}



 	.pro-details .sum .right .tel{

 		margin-top: .4rem;

 		padding: .3rem 0;

 		line-height: .6rem;

 	}

 	.pro-details .sum .right .tel p{

 		font-size: .32rem;

 	}

 	.pro-details .sum .right .tel a{

 		font-size: .4rem;

 		display: block;

 	}

 	.pro-details .sum .right .anchor i {

 		font-size: .35rem;

 	}

 	.pro-details .sum .right .anchor{

 		margin-top: .5rem;

 		display: flex;

 		justify-content: center;

 	}

 	.pro-details .sum .right .anchor a{

 		width: 2.4rem;

 		height: .8rem;

 		line-height: .8rem;

 	}

 	.pro-details {

 		padding-bottom: .6rem;

 		padding-top: .6rem;

 		margin-top: 2rem;

 	}



 	.pro-details .dep{

 		padding: .3rem;

 	}



 	.pro-details .dep .tit h4{

 		width: 2rem;

 	}



 	.pro-details .dep .tit h4{

 		width: 2.8rem;

 		height: .9rem;

 		font-size: .3rem;

 		line-height: .9rem;

 	}



 	.pro-details .dep .info{

 		font-size: .28rem;

 		line-height: .48rem;

 	}

 	.rel{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		padding: 0;

 		margin-top: .4rem;

 		box-sizing: border-box;

 	}



 	.rel .swiper-slide{

 		padding: .2rem;

 		box-sizing: border-box;

 		border-width: .02rem;

 		padding-bottom: 0;

 	}

 	.rel .swiper-slide p{

 		margin-top: 0;

 		font-size: .3rem;

 		line-height: .8rem;

 	}

 	.rSwiper{

 		width: 100%;

 	}



 	.pro-from{

 		padding: .6rem 0;

 		margin-top: .5rem;

 	}



 	.pro-from .tit h4{

 		font-size: .42rem;

 	}

 	.pro-from .tit p{

 		font-size: .24rem;

 		line-height: .42rem;

 		margin-top: .2rem;

 	}



 	.pro-from form{

 		width: 100%;

 	}

 	.pro-from form ul li{

 		width: 100%;

 		float: initial;

 		margin-bottom: .1rem;

 	}

 	.pro-from form ul li:nth-child(2n){

 		float: initial;

 	}

 	.pro-from form ul li input{

 		height: .8rem;

 		font-size: .28rem;

 		display: block;

 	}



 	.pro-from form ul li textarea{

 		height: 3.5rem;

 		display: block;

 	}



 	.pro-from form .btn{

 		width: 2.6rem;

 		height: .8rem;

 		line-height: .8rem;

 		font-size: .28rem;

 	}



 	.floatWin i{

 		width: .8rem;

 		height: .8rem;

 		right: .3rem;

 		top: .3rem;

 	}



 	form ul li{

 		padding-bottom: .4rem;

 	}



 	form ul li p{

 		font-size: .2rem;

 	}



 	.warn{

 		background-size: auto .3rem;

 		background-position: 98% .25rem;

 	}



 	.search-box .bg{

 		margin-top: 0rem;

 	}

 	.search-box .bd{

 		width:7rem;

 	}

 	.search-box input{

 		font-size: .28rem;

 	}

 	.page-section .tit{

 		height: auto;

 		padding-bottom: .2rem;

 	}

 	.page-section .tit h4{

 		 font-size: .36rem;

 	}



 	.page-section .intro p{

 		font-size:  .28rem;

 		line-height: .48rem;

 	}



 	.page-section{

 		margin: .6rem 0;

 	}



 	.page-section .intro img{

 		max-width: 100%;

 		display: block;

 	}

 	.s-list {

 		margin-top:1.5rem;

 	}

 	.s-list ul li{

 		width: 49%;

 		margin: 0;

 		margin-bottom: .1rem;

 	}

 	.s-list ul li:nth-child(2n){

 		float: right;

 	}

 	.s-list ul li p{

 		font-size: .3rem;

 		line-height: .8rem;

 	}



 	.warn-info h4{

 		font-size: .45rem;

 	}

 	.cont-section .mssg form ul .wInfo{
 		font-size: .2rem;
 	}

 	.sideBar{
 		display: none;
 	}

}





 